home *** CD-ROM | disk | FTP | other *** search
/ Amiga Inside! / Amiga FD Inside (1995)(Ultramax).iso / berndspd / systemtools / memleak / source / smakefile < prev   
Encoding:
Makefile  |  1994-07-08  |  216 b   |  12 lines

  1. # SMakefile for MemLeak
  2. #
  3. # ©1994 by F. Devitt
  4. # Freely Distributable for no profit.
  5. #
  6.  
  7. all: memory.o memleak.o
  8.     sc link memory.o memleak.o pname memleak
  9.  
  10. memory.o: memory.c memory.h
  11. memleak.o: memleak.c memory.h
  12.